projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59bfed
)
Change the location of the gdk-pixbuf.loaders for gtk3 ABI
author
Richard Hughes
<richard@hughsie.com>
Mon, 10 May 2010 13:03:20 +0000
(14:03 +0100)
committer
Richard Hughes
<richard@hughsie.com>
Mon, 10 May 2010 13:03:20 +0000
(14:03 +0100)
gdk-pixbuf/gdk-pixbuf-io.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/gdk-pixbuf-io.c
b/gdk-pixbuf/gdk-pixbuf-io.c
index 7140766ef2bb7c24c315a6da7814137f253de0c4..3bd471b0d1b4cb3488f56f770260744536829c81 100644
(file)
--- a/
gdk-pixbuf/gdk-pixbuf-io.c
+++ b/
gdk-pixbuf/gdk-pixbuf-io.c
@@
-305,7
+305,7
@@
gdk_pixbuf_get_module_file (void)
gchar *result = g_strdup (g_getenv ("GDK_PIXBUF_MODULE_FILE"));
if (!result)
- result = g_build_filename (GTK_SYSCONFDIR, "gtk-
2
.0", "gdk-pixbuf.loaders", NULL);
+ result = g_build_filename (GTK_SYSCONFDIR, "gtk-
3
.0", "gdk-pixbuf.loaders", NULL);
return result;
}